home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 1-Reference / User Groups DB / User Groups.res / User Groups.res.rsrc / 4DTE_15026 < prev    next >
Text File  |  1990-04-04  |  472b  |  10 lines

  1. Textparse is used to parse keywords out of a text field.
  2.  
  3. TextParse(Text;Str1;Str2;Str3;Int1;Int2)
  4.  
  5. Text is the text to be parsed
  6. Str1 is the delimiters to be used
  7. Str2 is the name of the exception list
  8. Str3 is the name of the 4D array to generate
  9. Int1 specifies if duplicates are to be removed 1=remove dups, 0=leave dups.
  10. Int2 specifies if words shorter than Int2 characters are to be ignored.  Int2=3 would exclude all words with less than 3 characters. (A, it, be, an)